projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf6ef4
)
(x-menu-bar-open): Declare as function.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 22 Nov 2007 13:51:09 +0000
(13:51 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 22 Nov 2007 13:51:09 +0000
(13:51 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 116d78420539ac63015b3e304b208e634fd4fef2..2f4c95d6484146c3f8039cb671352c4a9a01de33 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-1775,6
+1775,8
@@
See `menu-bar-mode' for more information."
(menu-bar-mode (if (> (frame-parameter nil 'menu-bar-lines) 0) 0 1))
(menu-bar-mode arg)))
+(declare-function x-menu-bar-open "term/x-win" (&optional frame))
+
(defun menu-bar-open (&optional frame)
"Start key navigation of the menu bar in FRAME.